auto merge of #314 : alexcrichton/cargo/hurray-for-windows, r=wycats
authorbors <bors@rust-lang.org>
Mon, 4 Aug 2014 03:25:05 +0000 (03:25 +0000)
committerbors <bors@rust-lang.org>
Mon, 4 Aug 2014 03:25:05 +0000 (03:25 +0000)
On windows, git will check out files with different line endings causing the
same serialized resolve to be resolved slightly differently. Instead of
comparing contents, this commit alters by testing whether the decoded resolve is
equivalent to the to-be-written resolve and only aborts writing if the two are
equal.


Trivial merge